-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
go.mod
34 lines (32 loc) · 1.41 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
module wombat
go 1.16
require (
github.com/DataDog/zstd v1.4.8 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/dgraph-io/badger/v2 v2.2007.2
github.com/dgraph-io/ristretto v0.0.3 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang/protobuf v1.4.3
github.com/golang/snappy v0.0.2 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/go-version v1.2.1
github.com/jhump/protoreflect v1.8.2
github.com/leaanthony/slicer v1.5.0 // indirect
github.com/magefile/mage v1.11.0 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.8.0 // indirect
github.com/wailsapp/wails v1.16.8
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d // indirect
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/genproto v0.0.0-20210219173056-d891e3cb3b5b
google.golang.org/grpc v1.35.0
google.golang.org/protobuf v1.25.1-0.20200805231151-a709e31e5d12
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)