Skip to content

Commit

Permalink
Merge pull request #16 from jmank88/mod
Browse files Browse the repository at this point in the history
switch from dep to modules
  • Loading branch information
jmank88 authored Aug 16, 2019
2 parents 4fd8cac + b33928d commit 2c84d52
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 22 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ go:
- 1.12.x
- tip

install:
- go get -u github.com/golang/dep/...
- dep ensure -vendor-only
env:
- GO111MODULE=on
15 changes: 0 additions & 15 deletions Gopkg.lock

This file was deleted.

4 changes: 0 additions & 4 deletions Gopkg.toml

This file was deleted.

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

go 1.12

require github.com/pkg/errors v0.8.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

0 comments on commit 2c84d52

Please sign in to comment.