Skip to content

Commit bf78374

Browse files
committed
dep: add Gopkg.toml
1 parent c1ede76 commit bf78374

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Gopkg.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[constraint]]
2+
name = "github.com/coreos/pkg"
3+
version = "4.0.0"
4+
5+
[[constraint]]
6+
name = "github.com/godbus/dbus"
7+
version = "4.1.0"
8+
9+
[prune]
10+
go-tests = true
11+
unused-packages = true

0 commit comments

Comments
 (0)