module github.com/1f349/violet go 1.21.4 require ( github.com/1f349/mjwt v0.2.1 github.com/AlecAivazis/survey/v2 v2.3.7 github.com/MrMelon54/certgen v0.0.1 github.com/MrMelon54/exit-reload v0.0.1 github.com/MrMelon54/png2ico v1.0.1 github.com/MrMelon54/rescheduler v0.0.2 github.com/MrMelon54/trie v0.0.2 github.com/google/subcommands v1.2.0 github.com/google/uuid v1.4.0 github.com/gorilla/websocket v1.5.1 github.com/julienschmidt/httprouter v1.3.0 github.com/mattn/go-sqlite3 v1.14.18 github.com/rs/cors v1.10.1 github.com/sethvargo/go-limiter v0.7.2 github.com/stretchr/testify v1.8.4 golang.org/x/net v0.19.0 golang.org/x/sync v0.5.0 ) require ( github.com/becheran/wildmatch-go v1.0.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/golang-jwt/jwt/v4 v4.5.0 // indirect github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect github.com/kr/pretty v0.3.1 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rogpeppe/go-internal v1.11.0 // indirect golang.org/x/sys v0.15.0 // indirect golang.org/x/term v0.15.0 // indirect golang.org/x/text v0.14.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )