-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
16 lines (14 loc) · 701 Bytes
/
go.mod
File metadata and controls
16 lines (14 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/knitzsche/test-snapdapi
go 1.16
require (
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/knitzsche/test-remodel v0.0.0-20210216193605-5e14efd92caa
github.com/snapcore/go-gettext v0.0.0-20201130093759-38740d1bd3d2 // indirect
github.com/snapcore/snapd v0.0.0-20210408163259-0f1c25e1a633
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)