safing-portbase/go.mod
2023-04-06 14:49:24 +02:00

39 lines
1.3 KiB
Modula-2

module github.com/safing/portbase
go 1.15
require (
github.com/VictoriaMetrics/metrics v1.23.1
github.com/aead/serpent v0.0.0-20160714141033-fba169763ea6
github.com/armon/go-radix v1.0.0
github.com/bluele/gcache v0.0.2
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dgraph-io/badger v1.6.2
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fxamacker/cbor/v2 v2.4.0
github.com/gofrs/uuid v4.4.0+incompatible
github.com/golang/glog v1.1.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.6.0
github.com/mitchellh/copystructure v1.2.0
github.com/safing/jess v0.3.1
github.com/seehuhn/fortuna v1.0.1
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/stretchr/testify v1.8.1
github.com/tevino/abool v1.2.0
github.com/tidwall/gjson v1.14.4
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5
go.etcd.io/bbolt v1.3.7
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/sync v0.1.0
golang.org/x/sys v0.7.0
google.golang.org/protobuf v1.30.0 // indirect
)