diff --git a/.dockerignore b/.dockerignore index 5b2c71a..4c969d4 100644 --- a/.dockerignore +++ b/.dockerignore @@ -19,9 +19,6 @@ OWNERS CODEOWNERS # Development and build files -Makefile -*.Makefile -*.mk .vscode/ .idea/ *.swp @@ -45,7 +42,6 @@ test/ vendor/ node_modules/ tools/ -scripts/ # Debug files *.pprof @@ -70,11 +66,6 @@ sweep.yaml logs/ log/ -# Web development files -*.css -*.js -*.html -web/ # macOS system files .DS_Store diff --git a/go.mod b/go.mod index 80914f1..ae337a1 100644 --- a/go.mod +++ b/go.mod @@ -54,4 +54,5 @@ require ( golang.org/x/text v0.19.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect + nhooyr.io/websocket v1.8.7 // indirect )