-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
42 lines (39 loc) · 1.71 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
40
41
42
module github.com/dgkanatsios/telegraftoplayfab
go 1.20
require (
github.com/dgkanatsios/playfabsdk-go v0.0.0-20230509014211-74e96edc5aed
github.com/influxdata/telegraf v1.26.2
gotest.tools/v3 v3.4.0
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/alecthomas/participle v0.7.1 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/awnumar/memcall v0.1.2 // indirect
github.com/awnumar/memguard v0.22.3 // indirect
github.com/benbjohnson/clock v1.3.3 // indirect
github.com/blues/jsonata-go v1.5.4 // indirect
github.com/coreos/go-semver v0.3.1 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/gosnmp/gosnmp v1.35.0 // indirect
github.com/influxdata/toml v0.0.0-20190415235208-270119a8ce65 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/philhofer/fwd v1.1.2 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.43.0 // indirect
github.com/prometheus/prometheus v1.8.2-0.20210430082741-2a4b8e12bbf2 // indirect
github.com/sleepinggenius2/gosmi v0.4.4 // indirect
github.com/tinylib/msgp v1.1.8 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/sys v0.8.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)