mirror of
https://github.com/grassrootseconomics/farmstar-survey-backend.git
synced 2024-12-02 14:46:48 +01:00
pkg: go mod tidy
This commit is contained in:
parent
6568fd094f
commit
cf14f9609f
4
go.mod
4
go.mod
@ -3,7 +3,9 @@ module github.com/grassrootseconomics/farmstar-survey-backend
|
||||
go 1.21.6
|
||||
|
||||
require (
|
||||
github.com/carlmjohnson/requests v0.23.5
|
||||
github.com/jackc/pgx/v5 v5.5.1
|
||||
github.com/kamikazechaser/africastalking v1.0.0
|
||||
github.com/knadh/koanf/parsers/toml v0.1.0
|
||||
github.com/knadh/koanf/providers/env v0.1.0
|
||||
github.com/knadh/koanf/providers/file v0.1.0
|
||||
@ -38,7 +40,6 @@ require (
|
||||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.17.3 // indirect
|
||||
github.com/aws/aws-sdk-go-v2/service/sts v1.23.2 // indirect
|
||||
github.com/aws/smithy-go v1.15.0 // indirect
|
||||
github.com/carlmjohnson/requests v0.23.5 // indirect
|
||||
github.com/disintegration/imaging v1.6.2 // indirect
|
||||
github.com/domodwyer/mailyak/v3 v3.6.2 // indirect
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
@ -59,7 +60,6 @@ require (
|
||||
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
||||
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
||||
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
||||
github.com/kamikazechaser/africastalking v1.0.0 // indirect
|
||||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
||||
github.com/knadh/koanf/maps v0.1.1 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
|
Loading…
Reference in New Issue
Block a user