Skip to content

Commit

Permalink
create the go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit authored and srhb committed May 3, 2021
1 parent 91eef43 commit 29c035a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module github.com/DBCDK/morph

require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
github.com/dbcdk/kingpin v0.0.0-20180916151106-8554767bc912
github.com/gobwas/glob v0.2.3
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b
golang.org/x/sys v0.0.0-20180918153733-ee1b12c67af4
gopkg.in/mattes/go-expand-tilde.v1 v1.0.0-20150330173918-cb884138e64c
)

0 comments on commit 29c035a

Please sign in to comment.