Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@ module github.com/sergeychur/technopark_db

require (
github.com/go-chi/chi v4.0.2+incompatible
github.com/jackc/pgx v3.4.0+incompatible // indirect
github.com/lib/pq v1.0.0
gopkg.in/jackc/pgx.v2 v2.11.0
)

require (
github.com/go-stack/stack v1.8.1 // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx v3.4.0+incompatible // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/jackc/pgx.v2 v2.11.0
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.8 // indirect
gopkg.in/inconshreveable/log15.v2 v2.16.0 // indirect
)
275 changes: 0 additions & 275 deletions vendor/github.com/go-chi/chi/middleware/compress.go

This file was deleted.

51 changes: 0 additions & 51 deletions vendor/github.com/go-chi/chi/middleware/content_charset.go

This file was deleted.

Loading