2022-07-13 17:01:08 +00:00
|
|
|
module git.netflux.io/rob/solar-toolkit
|
2022-07-09 09:08:46 +00:00
|
|
|
|
|
|
|
go 1.18
|
2022-07-13 17:01:07 +00:00
|
|
|
|
|
|
|
require (
|
2022-07-13 17:01:09 +00:00
|
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
|
|
github.com/lib/pq v1.10.6
|
2022-07-13 17:01:07 +00:00
|
|
|
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
|
|
|
|
)
|