Skip to content

Commit

Permalink
go mod init (better late than never, eh?)
Browse files Browse the repository at this point in the history
  • Loading branch information
coip committed Feb 2, 2021
1 parent e159ca8 commit aa79a07
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/coip/moneypenny

go 1.14

require github.com/shopspring/decimal v1.2.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/shopspring/decimal v1.2.0 h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=
github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=

0 comments on commit aa79a07

Please sign in to comment.