Skip to content

Commit

Permalink
chore: migrate to golang117
Browse files Browse the repository at this point in the history
  • Loading branch information
mavogel committed Oct 15, 2021
1 parent 597c16f commit 3abbc2b
Show file tree
Hide file tree
Showing 38 changed files with 598 additions and 4,905 deletions.
28 changes: 0 additions & 28 deletions Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions Godeps/Readme

This file was deleted.

19 changes: 19 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
module github.com/kreuzwerker/envplate

go 1.17

require (
github.com/joho/godotenv v0.0.0-20150907010228-4ed13390c0ac
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/yawn/doubledash v0.0.0-20151212175516-fd8a81db93af
github.com/yawn/envmap v0.0.0-20151212180552-45241142781e
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
579 changes: 579 additions & 0 deletions go.sum

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions vendor/github.com/davecgh/go-spew/LICENSE

This file was deleted.

Loading

0 comments on commit 3abbc2b

Please sign in to comment.