Skip to content

Commit

Permalink
v2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
anayrat committed Dec 25, 2019
1 parent 6128c1e commit 40254c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module github.com/anayrat/pgcheetah
module github.com/anayrat/pgcheetah/v2

go 1.13

require (
github.com/anayrat/pgcheetah v0.0.0-20191012150349-1c4bd011bd1e
github.com/jackc/pgtype v1.0.3 // indirect
github.com/jackc/pgx/v4 v4.1.2
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/anayrat/pgcheetah v0.0.0-20191012150349-1c4bd011bd1e h1:Qhpcu8M2kU38m3/AVGn01qaFkfUBLBb+Kz7cz5uEYjg=
github.com/anayrat/pgcheetah v0.0.0-20191012150349-1c4bd011bd1e/go.mod h1:pTOi59vhjWKhxxqAf1oXz8DsBrBBVrxY9htHPTczrkk=
github.com/cockroachdb/apd v1.1.0 h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I=
github.com/cockroachdb/apd v1.1.0/go.mod h1:8Sl8LxpKi29FqWXR16WEFZRNSz3SoPzUzeMeY4+DwBQ=
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
Expand Down

0 comments on commit 40254c6

Please sign in to comment.