Skip to content

Commit

Permalink
Migrate to go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmik authored and prydonius committed May 29, 2020
1 parent 8459e2c commit 22a3790
Show file tree
Hide file tree
Showing 71 changed files with 15 additions and 23,313 deletions.
27 changes: 0 additions & 27 deletions Gopkg.lock

This file was deleted.

34 changes: 0 additions & 34 deletions Gopkg.toml

This file was deleted.

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

go 1.14

require (
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
github.com/urfave/cli v1.20.0
gopkg.in/yaml.v2 v2.0.0-20171116090243-287cf08546ab
)
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
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=
gopkg.in/yaml.v2 v2.0.0-20171116090243-287cf08546ab h1:yZ6iByf7GKeJ3gsd1Dr/xaj1DyJ//wxKX1Cdh8LhoAw=
gopkg.in/yaml.v2 v2.0.0-20171116090243-287cf08546ab/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74=
21 changes: 0 additions & 21 deletions vendor/github.com/mitchellh/go-homedir/LICENSE

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/github.com/mitchellh/go-homedir/README.md

This file was deleted.

137 changes: 0 additions & 137 deletions vendor/github.com/mitchellh/go-homedir/homedir.go

This file was deleted.

112 changes: 0 additions & 112 deletions vendor/github.com/mitchellh/go-homedir/homedir_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/github.com/urfave/cli/.flake8

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/github.com/urfave/cli/.gitignore

This file was deleted.

Loading

0 comments on commit 22a3790

Please sign in to comment.