mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-01-13 20:39:33 -06:00
50 lines
1.7 KiB
Modula-2
50 lines
1.7 KiB
Modula-2
module github.com/forceu/gokapi
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
git.mills.io/prologic/bitcask v1.0.2
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
github.com/aws/aws-sdk-go v1.45.24
|
|
github.com/caarlos0/env/v6 v6.10.1
|
|
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
|
|
github.com/jinzhu/copier v0.4.0
|
|
github.com/johannesboyne/gofakes3 v0.0.0-20210415062230-4b6b67a85d38
|
|
github.com/juju/ratelimit v1.0.2
|
|
github.com/r3labs/sse/v2 v2.10.0
|
|
github.com/secure-io/sio-go v0.3.1
|
|
golang.org/x/crypto v0.14.0
|
|
golang.org/x/oauth2 v0.13.0
|
|
golang.org/x/sync v0.4.0
|
|
golang.org/x/term v0.13.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
git.sr.ht/~shabbyrobe/gocovmerge v0.0.0-20180507124511-f6ea450bfb63 // indirect
|
|
github.com/abcum/lcp v0.0.0-20201209214815-7a3f3840be81 // indirect
|
|
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
|
|
github.com/gofrs/flock v0.8.1 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/kr/text v0.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/plar/go-adaptive-radix-tree v1.0.5 // indirect
|
|
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/tdewolff/minify/v2 v2.12.5 // indirect
|
|
github.com/tdewolff/parse/v2 v2.6.5 // indirect
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/tools v0.14.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/coreos/go-oidc/v3 v3.6.0
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
)
|