-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (27 loc) · 959 Bytes
/
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
module github.com/simplesurance/goordinator
go 1.23.5
require (
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/google/go-github/v59 v59.0.0
github.com/itchyny/gojq v0.12.17
github.com/pelletier/go-toml v1.9.5
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.10.0
github.com/sykesm/zap-logfmt v0.0.4
github.com/thecodeteam/goodbye v0.0.0-20170927022442-a83968bda2d3
go.uber.org/goleak v1.3.0
go.uber.org/mock v0.5.0
go.uber.org/zap v1.27.0
golang.org/x/oauth2 v0.25.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/itchyny/timefmt-go v0.1.6 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)