Skip to content

Commit

Permalink
remove vulnerable node deps, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Nov 14, 2021
1 parent 4da1c8c commit 9092f42
Show file tree
Hide file tree
Showing 8 changed files with 2,115 additions and 2,657 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -101,7 +101,7 @@ typescript:
$(COPYTS)

swagger:
$(GOBINARY) get github.com/swaggo/swag/cmd/swag
$(GOBINARY) install github.com/swaggo/swag/cmd/swag
swag init -g main.go

compile:
Expand All @@ -122,7 +122,7 @@ bundle-css:
inline:
cp html/crash.html $(DATA)/crash.html
$(UNCSS)
npx inline-source --root $(DATA) $(DATA)/crash.html $(DATA)/crash.html
node scripts/inline.js root $(DATA) $(DATA)/crash.html $(DATA)/crash.html
rm $(DATA)/bundle.css

copy:
Expand Down
33 changes: 14 additions & 19 deletions go.mod
Expand Up @@ -24,47 +24,42 @@ require (
github.com/gin-contrib/pprof v1.3.0
github.com/gin-contrib/static v0.0.1
github.com/gin-gonic/gin v1.7.4
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/go-openapi/swag v0.19.15 // indirect
github.com/go-openapi/spec v0.20.4 // indirect
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang/protobuf v1.5.2 // indirect
github.com/gomarkdown/markdown v0.0.0-20210918233619-6c1113f12c4a
github.com/gomarkdown/markdown v0.0.0-20211105120026-16f708f914c3
github.com/google/uuid v1.3.0 // indirect
github.com/hrfee/jfa-go/common v0.0.0-20211003145958-a220ba8dfb58
github.com/hrfee/jfa-go/docs v0.0.0-20211003145958-a220ba8dfb58
github.com/hrfee/jfa-go/linecache v0.0.0-20211003145958-a220ba8dfb58
github.com/hrfee/jfa-go/logger v0.0.0-20211003145958-a220ba8dfb58
github.com/hrfee/jfa-go/ombi v0.0.0-20211003145958-a220ba8dfb58
github.com/hrfee/jfa-go/common v0.0.0-20211113185353-4da1c8c2b62c
github.com/hrfee/jfa-go/docs v0.0.0-20211114141425-af563aa6e5cb
github.com/hrfee/jfa-go/linecache v0.0.0-20211113185353-4da1c8c2b62c
github.com/hrfee/jfa-go/logger v0.0.0-20211113185353-4da1c8c2b62c
github.com/hrfee/jfa-go/ombi v0.0.0-20211113185353-4da1c8c2b62c
github.com/hrfee/mediabrowser v0.3.6
github.com/itchyny/timefmt-go v0.1.3
github.com/json-iterator/go v1.1.12 // indirect
github.com/lib/pq v1.10.3 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7
github.com/mailgun/mailgun-go/v4 v4.5.3
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mattn/go-sqlite3 v1.14.7 // indirect
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/pkg/errors v0.9.1 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2
github.com/swaggo/gin-swagger v1.3.2
github.com/swaggo/gin-swagger v1.3.3
github.com/swaggo/swag v1.7.4 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/tidwall/sjson v1.2.2 // indirect
github.com/tidwall/gjson v1.11.0 // indirect
github.com/ugorji/go v1.2.6 // indirect
github.com/writeas/go-strip-markdown v2.0.1+incompatible
github.com/xhit/go-simple-mail/v2 v2.10.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6 // indirect
golang.org/x/sys v0.0.0-20211003122950-b1ebd4e1001c // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/sys v0.0.0-20211113001501-0c823b97ae02 // indirect
golang.org/x/tools v0.1.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/ini.v1 v1.63.2
maunium.net/go/maulogger/v2 v2.3.1 // indirect
maunium.net/go/mautrix v0.9.29
gopkg.in/ini.v1 v1.64.0
maunium.net/go/mautrix v0.10.1
)
67 changes: 28 additions & 39 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit 9092f42

Please sign in to comment.