forked from USACE/mcat-ras
-
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.
Merge pull request #46 from Dewberry/bump-dep-versions
Bump dep versions
- Loading branch information
Showing
4 changed files
with
42 additions
and
27 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
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 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,28 +1,47 @@ | ||
module github.com/Dewberry/mcat-ras | ||
|
||
go 1.16 | ||
go 1.21.3 | ||
|
||
require ( | ||
github.com/USACE/filestore v0.1.4 | ||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 | ||
github.com/dewberry/gdal v0.3.4 | ||
github.com/go-errors/errors v1.4.1 | ||
github.com/jackc/pgx v3.6.2+incompatible | ||
github.com/jmoiron/sqlx v1.3.4 | ||
github.com/labstack/echo/v4 v4.3.0 | ||
github.com/swaggo/swag v1.7.0 | ||
) | ||
|
||
require ( | ||
github.com/KyleBanks/depth v1.2.1 // indirect | ||
github.com/PuerkitoBio/purell v1.1.1 // indirect | ||
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect | ||
github.com/aws/aws-sdk-go v1.38.68 // indirect | ||
github.com/cockroachdb/apd v1.1.0 // indirect | ||
github.com/dewberry/gdal v0.3.1 | ||
github.com/go-errors/errors v1.4.1 | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/go-openapi/jsonpointer v0.19.5 // indirect | ||
github.com/go-openapi/jsonreference v0.19.5 // indirect | ||
github.com/go-openapi/spec v0.20.0 // indirect | ||
github.com/go-openapi/swag v0.19.12 // indirect | ||
github.com/gofrs/uuid v4.0.0+incompatible // indirect | ||
github.com/google/uuid v1.2.0 // indirect | ||
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect | ||
github.com/jackc/pgx v3.6.2+incompatible | ||
github.com/jmoiron/sqlx v1.3.4 | ||
github.com/labstack/echo/v4 v4.3.0 | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/labstack/gommon v0.3.0 // indirect | ||
github.com/mailru/easyjson v0.7.6 // indirect | ||
github.com/mattn/go-colorable v0.1.8 // indirect | ||
github.com/mattn/go-isatty v0.0.13 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/shopspring/decimal v1.2.0 // indirect | ||
github.com/swaggo/swag v1.7.0 | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasttemplate v1.2.1 // indirect | ||
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect | ||
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect | ||
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect | ||
golang.org/x/tools v0.0.0-20201207182000-5679438983bd // indirect | ||
|
||
gopkg.in/yaml.v2 v2.4.0 // 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