Skip to content

Commit

Permalink
fix go.mod file
Browse files Browse the repository at this point in the history
Signed-off-by: eternal-flame-AD <[email protected]>
  • Loading branch information
eternal-flame-AD committed Oct 24, 2024
1 parent d72d4e0 commit cc22244
Show file tree
Hide file tree
Showing 2 changed files with 575 additions and 76 deletions.
18 changes: 2 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,8 @@ module github.com/eternal-flame-AD/gotify-broadcast
go 1.16

require (
github.com/bytedance/sonic v1.11.9 // indirect
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
github.com/gin-gonic/gin v1.10.0
github.com/go-playground/validator/v10 v10.22.0 // indirect
github.com/goccy/go-json v0.10.3 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/gotify/plugin-api v1.0.0
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/olekukonko/tablewriter v0.0.1
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c
golang.org/x/net v0.27.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/smartystreets/goconvey v1.8.1
)
Loading

0 comments on commit cc22244

Please sign in to comment.