Skip to content

Commit

Permalink
Port pgoutput to modules (#3)
Browse files Browse the repository at this point in the history
Since pgoutput is a library, we shouldn't be committing our vendor directory. Instead, add a go.mod file a tag a 0.1.0 release.
  • Loading branch information
kyleconroy committed Oct 22, 2018
1 parent 3fd8343 commit 516819d
Show file tree
Hide file tree
Showing 167 changed files with 13 additions and 28,066 deletions.
39 changes: 0 additions & 39 deletions Gopkg.lock

This file was deleted.

38 changes: 0 additions & 38 deletions Gopkg.toml

This file was deleted.

7 changes: 7 additions & 0 deletions go.mod
@@ -0,0 +1,7 @@
module github.com/kyleconroy/pgoutput

require (
github.com/google/go-cmp v0.2.0
github.com/jackc/pgx v3.2.0+incompatible
github.com/pkg/errors v0.8.0 // indirect
)
6 changes: 6 additions & 0 deletions go.sum
@@ -0,0 +1,6 @@
github.com/google/go-cmp v0.2.0 h1:+dTQ8DZQJz0Mb/HjFlkptS1FeQ4cWSnN941F8aEG4SQ=
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
github.com/jackc/pgx v3.2.0+incompatible h1:0Vihzu20St42/UDsvZGdNE6jak7oi/UOeMzwMPHkgFY=
github.com/jackc/pgx v3.2.0+incompatible/go.mod h1:0ZGrqGqkRlliWnWB4zKnWtjbSWbGkVEFm4TeybAXq+I=
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=
27 changes: 0 additions & 27 deletions vendor/github.com/google/go-cmp/LICENSE

This file was deleted.

0 comments on commit 516819d

Please sign in to comment.