b5f5289b45
use builtin slog instead of experimental update all packages to fix a bug
26 lines
701 B
Modula-2
26 lines
701 B
Modula-2
module github.com/kschamplin/gotelem
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.12
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
github.com/urfave/cli/v2 v2.25.1
|
|
go.bug.st/serial v1.5.0
|
|
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
|
|
golang.org/x/sync v0.1.0
|
|
golang.org/x/sys v0.7.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
nhooyr.io/websocket v1.8.10
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/creack/goselect v0.1.2 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/stretchr/testify v1.8.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
)
|