Skip to content

Commit

Permalink
Migrate to go mob instead of go dep (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe authored Mar 25, 2020
1 parent 37a8054 commit 244fe13
Show file tree
Hide file tree
Showing 758 changed files with 279 additions and 311,793 deletions.
308 changes: 0 additions & 308 deletions Gopkg.lock

This file was deleted.

58 changes: 0 additions & 58 deletions Gopkg.toml

This file was deleted.

13 changes: 13 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module github.com/criteo-forks/espoke

go 1.14

require (
github.com/hashicorp/consul/api v1.4.0
github.com/mitchellh/go-homedir v1.1.0
github.com/prometheus/client_golang v1.5.1
github.com/sirupsen/logrus v1.5.0
github.com/spf13/cobra v0.0.6
github.com/spf13/viper v1.6.2
github.com/valyala/fastjson v1.5.0
)
Loading

0 comments on commit 244fe13

Please sign in to comment.