-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maya Sergeeva
committed
Nov 28, 2022
1 parent
c83b331
commit cecc501
Showing
7 changed files
with
14 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.idea | ||
vendor |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
module github.com/spacetab-io/pgrepo-go | ||
module github.com/spacetab-io/repo-go | ||
|
||
go 1.18 | ||
|
||
require ( | ||
github.com/Masterminds/squirrel v1.5.3 // indirect | ||
github.com/Masterminds/squirrel v1.5.3 | ||
github.com/jackc/pgx-zap v0.0.0-20220909013905-c08a18c611dd | ||
github.com/jackc/pgx/v5 v5.1.1 | ||
github.com/spacetab-io/configuration-structs-go/v2 v2.0.0-alpha4 | ||
go.uber.org/zap v1.23.0 | ||
) | ||
|
||
require ( | ||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/jackc/pgpassfile v1.0.0 // indirect | ||
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect | ||
github.com/jackc/pgx-zap v0.0.0-20220909013905-c08a18c611dd // indirect | ||
github.com/jackc/pgx/v5 v5.1.1 // indirect | ||
github.com/jackc/puddle/v2 v2.1.2 // indirect | ||
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect | ||
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/spacetab-io/configuration-structs-go/v2 v2.0.0-alpha4 // indirect | ||
github.com/stretchr/testify v1.8.1 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
go.uber.org/zap v1.23.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect | ||
golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 // indirect | ||
golang.org/x/text v0.3.8 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.