You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
275 B
12 lines
275 B
module github.com/nmasse-itix/tic-tsdb
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.3.5
|
|
github.com/jackc/pgx/v4 v4.15.0
|
|
github.com/pressly/goose/v3 v3.5.3
|
|
github.com/rubenv/sql-migrate v1.1.1
|
|
github.com/spf13/cobra v1.3.0
|
|
github.com/spf13/viper v1.10.1
|
|
)
|
|
|