-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 1.07 KB
/
Copy pathgo.mod
File metadata and controls
31 lines (28 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module requestbin
go 1.25.0
require (
github.com/asdine/storm v2.1.2+incompatible
github.com/joho/godotenv v1.5.1
github.com/satori/go.uuid v1.2.0
github.com/speps/go-hashids v2.0.0+incompatible
github.com/uptrace/bunrouter v1.0.23
github.com/uptrace/bunrouter/extra/reqlog v1.0.23
go.etcd.io/bbolt v1.4.3
)
require (
github.com/DataDog/zstd v1.5.2 // indirect
github.com/Sereal/Sereal v0.0.0-20221130110801-16a4f76670cd // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/fatih/color v1.19.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
go.opentelemetry.io/otel v1.43.0 // indirect
go.opentelemetry.io/otel/trace v1.43.0 // indirect
golang.org/x/sys v0.43.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect
)