-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
21 lines (18 loc) · 756 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/zoidyzoidzoid/gitlab-honeycomb-buildevents-webhooks-sink
// +heroku goVersion 1.23
go 1.23
require (
github.com/honeycombio/libhoney-go v1.20.0
github.com/spf13/cobra v1.8.0
)
require (
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/limitgroup v0.0.0-20150612190941-6abd8d71ec01 // indirect
github.com/facebookgo/muster v0.0.0-20150708232844-fd3d7953fd52 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.16.6 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
gopkg.in/alexcesaro/statsd.v2 v2.0.0 // indirect
)