-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (22 loc) · 1.02 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
module github.com/KristianLyng/skogul-length
go 1.18
require github.com/telenornms/skogul v0.19.1
replace github.com/telenornms/skogul => ../skogul
require (
github.com/dolmen-go/jsonptr v0.0.0-20220904212016-e3f38a361346 // indirect
github.com/eclipse/paho.mqtt.golang v1.4.1 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hamba/avro v1.8.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.15.6 // indirect
github.com/lib/pq v1.10.6 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pierrec/lz4/v4 v4.1.15 // indirect
github.com/segmentio/kafka-go v0.4.32 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
)