-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
29 lines (27 loc) · 1.24 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
module github.com/qaware/dev-tool-kit
go 1.16
require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/cristalhq/jwt/v3 v3.0.8
github.com/fatih/color v1.12.0 // indirect
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
github.com/google/uuid v1.2.0
github.com/gorilla/websocket v1.4.2 // indirect
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/leaanthony/slicer v1.5.0 // indirect
github.com/lukesampson/figlet v0.0.0-20190211215653-8a3ef4a6ac42
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/pkg/browser v0.0.0-20210606212950-a7b7a6107d32 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sergi/go-diff v1.2.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/soniah/evaler v2.2.0+incompatible
github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693
github.com/stretchr/testify v1.6.1
github.com/wailsapp/wails v1.16.4-pre2
golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e
golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9 // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)