-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
39 lines (35 loc) · 1.26 KB
/
go.mod
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
32
33
34
35
36
37
38
39
module github.com/krystal/go-katapult
go 1.21.0
toolchain go1.23.2
require (
github.com/augurysys/timestamp v0.3.2
github.com/dave/jennifer v1.6.0
github.com/hashicorp/go-hclog v1.4.0
github.com/jimeh/go-golden v0.1.0
github.com/jimeh/rands v0.3.0
github.com/jimeh/undent v1.1.1
github.com/mitchellh/copystructure v1.2.0
github.com/oapi-codegen/nullable v1.1.0
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1
github.com/oapi-codegen/runtime v1.1.1
github.com/stretchr/testify v1.9.0
golang.org/x/text v0.18.0
gopkg.in/yaml.v3 v3.0.1
mvdan.cc/gofumpt v0.4.0
)
require (
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.14.1 // indirect
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.11.2 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
)