You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
261 B
Modula-2

module mercury
go 1.18
replace (
geniuscartel.xyz/csvmagic => /opt/go/src/csv-util
)
require (
geniuscartel.xyz/csvmagic v1.0.0
github.com/go-sql-driver/mysql v1.6.0
github.com/aws/aws-sdk-go v1.44.6
github.com/jmespath/go-jmespath v0.4.0 // indirect
)