17 lines
357 B
Modula-2
17 lines
357 B
Modula-2
module git.netflux.io/rob/solar-toolkit
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
github.com/lib/pq v1.10.6
|
|
github.com/stretchr/testify v1.8.0
|
|
golang.org/x/exp v0.0.0-20220706164943-b4a6d9510983
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|