Skip to content

Commit

Permalink
add go mod support
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Jan 2, 2020
1 parent 1b573de commit 0b5ec47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/vcaesar/adb

go 1.13

require github.com/go-vgo/gt/cmd v0.0.0-20191225182131-8dc268e7f44d
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/go-vgo/gt/cmd v0.0.0-20191225182131-8dc268e7f44d h1:gg702ci/D58YwOzUPYMFhQfrgFfGXNFvMU2tBawsl3M=
github.com/go-vgo/gt/cmd v0.0.0-20191225182131-8dc268e7f44d/go.mod h1:DBL19zgmMWwERYGI9Nb/X1C5noSkj+Hw8qtQCNPhVr0=

0 comments on commit 0b5ec47

Please sign in to comment.