mirror of
https://github.com/jackc/pgx.git
synced 2025-09-04 19:37:10 +00:00
Add ext type for https://github.com/gofrs/uuid uuid type. Change test and README from github.com/satori/go.uuid to github.com/gofrs/uuid. The reason is due to this issue: https://github.com/satori/go.uuid/issues/73. This was taken on board and fixed in the community project of gofrs. The gofrs implementation has the same interface as the original.
18 lines
527 B
Bash
Executable File
18 lines
527 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eux
|
|
|
|
go get -u github.com/cockroachdb/apd
|
|
go get -u github.com/shopspring/decimal
|
|
go get -u gopkg.in/inconshreveable/log15.v2
|
|
go get -u github.com/gofrs/uuid
|
|
go get -u github.com/jackc/fake
|
|
go get -u github.com/lib/pq
|
|
go get -u github.com/hashicorp/go-version
|
|
go get -u github.com/satori/go.uuid
|
|
go get -u github.com/sirupsen/logrus
|
|
go get -u github.com/pkg/errors
|
|
go get -u go.uber.org/zap
|
|
go get -u github.com/rs/zerolog
|
|
go get -u golang.org/x/crypto/pbkdf2
|
|
go get -u golang.org/x/text/secure/precis
|