-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (30 loc) · 1.4 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 bnrt
//bnrt: backup and restore tool
go 1.17
require github.com/wailsapp/wails v1.16.7
require (
github.com/Masterminds/semver v1.4.2 // indirect
github.com/abadojack/whatlanggo v1.0.1 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/go-playground/colors v1.2.0 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/jackmordaunt/icns v1.0.0 // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/leaanthony/slicer v1.4.0 // indirect
github.com/leaanthony/spinner v0.5.3 // indirect
github.com/leaanthony/synx v0.1.0 // indirect
github.com/leaanthony/wincursor v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/syossan27/tebata v0.0.0-20180602121909-b283fe4bc5ba // indirect
golang.org/x/image v0.0.0-20200430140353-33d19683fad8 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22 // indirect
)