-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (27 loc) · 1.24 KB
/
go.mod
File metadata and controls
29 lines (27 loc) · 1.24 KB
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
)