0fc4aa7c28
Add timezone for the columns creation_date and update_date, otherwise it's difficult to compare the times correctly in the unit test. Furthermore the default value of the creation_date will now be defined by the postgres implementation of the database interface.
28 lines
1.0 KiB
Modula-2
28 lines
1.0 KiB
Modula-2
module git.cryptic.systems/volker.raschek/flucky
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
git.cryptic.systems/volker.raschek/go-dht v0.1.2
|
|
git.cryptic.systems/volker.raschek/go-logger v0.1.0
|
|
github.com/Masterminds/semver v1.5.0
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
github.com/d2r2/go-bsbmp v0.0.0-20190515110334-3b4b3aea8375
|
|
github.com/d2r2/go-i2c v0.0.0-20191123181816-73a8a799d6bc
|
|
github.com/d2r2/go-logger v0.0.0-20181221090742-9998a510495e
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
github.com/docker/docker v1.13.1
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
|
|
github.com/lib/pq v1.7.0
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
|
|
gorm.io/driver/sqlite v1.1.3 // indirect
|
|
gorm.io/gorm v1.20.1 // indirect
|
|
)
|