Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
use dep not glide.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jul 21, 2019
1 parent ec7a308 commit 07799a5
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 25 deletions.
76 changes: 76 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[[constraint]]
name = "github.com/spf13/viper"
version = "v1.1.0"

[[constraint]]
name = "gopkg.in/urfave/cli.v2"

[[constraint]]
name = "github.com/google/go-github"
version = "18.0.0"

[[constraint]]
name = "gopkg.in/libgit2/git2go.v25"

[[constraint]]
name = "github.com/Masterminds/semver"
version = "1.3.1"

[[constraint]]
name = "github.com/analogj/go-bitbucket"

[[constraint]]
name = "gopkg.in/yaml.v2"
version = "2.2.2"

[[constraint]]
name = "github.com/kvz/logstreamer"
version = "2.2.2"

[[constraint]]
name = "github.com/matryer/moq"
version = "2.2.2"

[[constraint]]
name = "github.com/golang/mock"

[[constraint]]
name = "github.com/seborama/govcr"
version = "2.4.1"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.2"



[prune]
go-tests = true
unused-packages = true
25 changes: 0 additions & 25 deletions glide.yaml

This file was deleted.

0 comments on commit 07799a5

Please sign in to comment.