File: go.mod

package info (click to toggle)
golang-github-cyberdelia-heroku-go 5.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,156 kB
  • sloc: sh: 38; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/heroku/heroku-go/v5

go 1.12

require (
	github.com/cenkalti/backoff v2.1.1+incompatible
	github.com/google/go-querystring v1.0.0
	github.com/pborman/uuid v1.2.0
)