Skip to content

Commit 3a6c23b

Browse files
committed
package up
1 parent 9d228ec commit 3a6c23b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/bebo-dot-dev/go-postgres-sockets
33
go 1.16
44

55
require (
6-
github.com/bebo-dot-dev/go-postgres-sockets/server v0.0.0-20210731205017-be6d1255372a
6+
github.com/bebo-dot-dev/go-postgres-sockets/server v0.0.0-20210731210406-9d228ec052f3
77
github.com/gorilla/handlers v1.5.1
88
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
github.com/bebo-dot-dev/go-postgres-sockets/server v0.0.0-20210731205017-be6d1255372a h1:/UiajkNYlaKRBGr0uxdUlSxHyOfXMYQx9xZs55h2/ZU=
22
github.com/bebo-dot-dev/go-postgres-sockets/server v0.0.0-20210731205017-be6d1255372a/go.mod h1:EDiz/1U4PJBnGV0L24ksnxeBKLo0CJZyH2mexZE1tMs=
3+
github.com/bebo-dot-dev/go-postgres-sockets/server v0.0.0-20210731210406-9d228ec052f3 h1:TMAGft4N3Gns1MCm4YQGHwSzkFx6l9DiFtfKTw1Z+gE=
4+
github.com/bebo-dot-dev/go-postgres-sockets/server v0.0.0-20210731210406-9d228ec052f3/go.mod h1:EDiz/1U4PJBnGV0L24ksnxeBKLo0CJZyH2mexZE1tMs=
35
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
46
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
57
github.com/felixge/httpsnoop v1.0.1 h1:lvB5Jl89CsZtGIWuTcDM1E/vkVs49/Ml7JJe07l8SPQ=

0 commit comments

Comments
 (0)