25 lines
647 B
Modula-2
25 lines
647 B
Modula-2
module tailly_clips
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.49.6
|
|
github.com/caarlos0/env/v8 v8.0.0
|
|
github.com/joho/godotenv v1.5.1
|
|
google.golang.org/grpc v1.67.0
|
|
google.golang.org/protobuf v1.36.8
|
|
)
|
|
|
|
require github.com/lib/pq v1.10.9
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
golang.org/x/net v0.38.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|