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.
38 lines
1.6 KiB
38 lines
1.6 KiB
module git.aiterp.net/lucifer3/server
|
|
|
|
go 1.19
|
|
|
|
require github.com/lucasb-eyer/go-colorful v1.2.0
|
|
|
|
require github.com/gobwas/glob v0.2.3
|
|
|
|
require 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/eriklupander/tradfri-go v1.0.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
github.com/go-chi/chi v4.0.2+incompatible // indirect
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
|
|
github.com/magiconair/properties v1.8.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.0.0 // indirect
|
|
github.com/pelletier/go-toml v1.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
|
github.com/spf13/afero v1.1.2 // indirect
|
|
github.com/spf13/cast v1.2.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.2 // indirect
|
|
github.com/spf13/viper v1.2.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
|
|
gopkg.in/yaml.v2 v2.2.1 // indirect
|
|
)
|