Skip to content

Commit

Permalink
Migrate to Go Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
dm3ch authored and ketchoop committed Jun 29, 2019
1 parent 15eef77 commit 01d745e
Show file tree
Hide file tree
Showing 59 changed files with 18 additions and 13,464 deletions.
27 changes: 0 additions & 27 deletions Gopkg.lock

This file was deleted.

33 changes: 0 additions & 33 deletions Gopkg.toml

This file was deleted.

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

go 1.12

require (
github.com/hashicorp/go-version v0.0.0-20171129150820-4fe82ae3040f
github.com/ketchoop/flora v0.0.0-20180403072033-15eef771532a // indirect
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
github.com/urfave/cli v1.20.0
)
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
github.com/hashicorp/go-version v0.0.0-20171129150820-4fe82ae3040f h1:QnRipjW3Mm+sgD+vyO87cb+1RLzoM0mGVTYClil7mQg=
github.com/hashicorp/go-version v0.0.0-20171129150820-4fe82ae3040f/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/ketchoop/flora v0.0.0-20180403072033-15eef771532a h1:AUFDbm3xjeE0/oFTecZS/mHREcMp8FDnJ16YbtwtpME=
github.com/ketchoop/flora v0.0.0-20180403072033-15eef771532a/go.mod h1:ke1QoAHYMr6+WOlnHQ2YrAWGLLVMIY1J3AexVrkwFz4=
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 h1:eQox4Rh4ewJF+mqYPxCkmBAirRnPaHEB26UkNuPyjlk=
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
github.com/urfave/cli v1.20.0 h1:fDqGv3UG/4jbVl/QkFwEdddtEDjh/5Ov6X+0B/3bPaw=
github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
12 changes: 0 additions & 12 deletions vendor/github.com/hashicorp/go-version/.travis.yml

This file was deleted.

Loading

0 comments on commit 01d745e

Please sign in to comment.