mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-01-03 23:39:34 -06:00
45 lines
1.5 KiB
Modula-2
45 lines
1.5 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.44.207
|
|
github.com/caarlos0/env/v6 v6.10.1
|
|
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
|
|
github.com/jinzhu/copier v0.3.5
|
|
github.com/johannesboyne/gofakes3 v0.0.0-20210415062230-4b6b67a85d38
|
|
github.com/juju/ratelimit v1.0.2
|
|
github.com/secure-io/sio-go v0.3.1
|
|
golang.org/x/crypto v0.6.0
|
|
golang.org/x/oauth2 v0.5.0
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
|
golang.org/x/term v0.5.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
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/golang/protobuf v1.5.2 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.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/shabbyrobe/gocovmerge v0.0.0-20180507124511-f6ea450bfb63 // indirect
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/tools v0.2.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/coreos/go-oidc/v3 v3.5.0
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
)
|