Skip to content

Commit e4da8d2

Browse files
committed
Add pkgs
1 parent ef4a62e commit e4da8d2

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

go.mod

+9
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,17 @@ require (
433433
github.com/streadway/amqp v1.0.0
434434
)
435435

436+
require (
437+
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
438+
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
439+
github.com/godror/knownpb v0.1.0 // indirect
440+
)
441+
436442
require (
437443
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
444+
github.com/godror/godror v0.36.0
445+
github.com/jmoiron/sqlx v1.3.5
446+
github.com/ory/dockertest v3.3.5+incompatible
438447
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
439448
)
440449

go.sum

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)