|
module github.com/adamveld12/gopherhole
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-chi/chi v1.5.4
|
|
github.com/go-chi/chi/v5 v5.0.2
|
|
github.com/go-chi/cors v1.2.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/mattn/go-sqlite3 v1.14.7
|
|
github.com/miekg/dns v1.1.41
|
|
)
|