Skip to content

Commit

Permalink
go.mod rebuilt using vgo that works better with gopkg.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrick S. McDermott committed Apr 27, 2018
1 parent d27f432 commit c45345f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
@@ -1,6 +1,6 @@
module "github.com/linkedin/goavro"
module github.com/linkedin/goavro

require (
"github.com/golang/snappy" v0.0.0-20170215233205-553a64147049
"gopkg.in/linkedin/goavro.v1" v1.0.5-gopkgin-v1.0.5
github.com/golang/snappy v0.0.0-20170215233205-553a64147049
gopkg.in/linkedin/goavro.v1 v1.0.5
)

0 comments on commit c45345f

Please sign in to comment.