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.
25 lines
878 B
25 lines
878 B
module git.aiterp.net/lucifer3/server
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/eriklupander/tradfri-go v1.0.1
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/google/uuid v1.3.0
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
golang.org/x/sync v0.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/bocajim/dtls v0.0.0-20190226153416-329cdc841d4f // indirect
|
|
github.com/dustin/go-coap v0.0.0-20170214053734-ddcc80675fa4 // indirect
|
|
github.com/eriklupander/dtls v0.0.0-20190304211642-b36018226359 // indirect
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
golang.org/x/text v0.3.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
|
|
google.golang.org/grpc v1.21.1 // indirect
|
|
)
|