-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 900 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
module github.com/altipla-consulting/wave
go 1.22
require (
github.com/altipla-consulting/cmdbase v0.2.5
github.com/altipla-consulting/env v0.2.0
github.com/altipla-consulting/errors v1.2.5
github.com/atlassian/go-sentry-api v0.0.0-20230425171514-3bb2fb7a76d0
github.com/google/go-jsonnet v0.20.0
github.com/joho/godotenv v1.5.1
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.7.0
)
require (
github.com/getsentry/sentry-go v0.21.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/kyokomi/emoji/v2 v2.2.12 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.8.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)