Skip to content

Commit

Permalink
Merge pull request #12 from MaxCDN/jmervine-updates
Browse files Browse the repository at this point in the history
modernization
  • Loading branch information
jmervine committed May 6, 2018
2 parents b738b40 + 4faff38 commit 9f915d2
Show file tree
Hide file tree
Showing 39 changed files with 7,071 additions and 185 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ language: go
script: go test -v .
sudo: false
go:
- 1.5
- 1.6
- "1.9"
- "1.10"
- tip
39 changes: 39 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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]]
branch = "master"
name = "github.com/garyburd/go-oauth"

[[constraint]]
name = "gopkg.in/jmervine/GoT.v1"
version = "1.0.0"

[prune]
go-tests = true
unused-packages = true
Loading

0 comments on commit 9f915d2

Please sign in to comment.