mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-03 05:58:08 -06:00
Add webpush-go dependency
# Conflicts: # go.sum
This commit is contained in:
parent
f62859b61a
commit
c4012b6f15
9 changed files with 618 additions and 0 deletions
1
go.mod
1
go.mod
|
|
@ -65,6 +65,7 @@ require (
|
|||
github.com/ncruces/go-sqlite3 v0.22.0
|
||||
github.com/oklog/ulid v1.3.1
|
||||
github.com/prometheus/client_golang v1.20.5
|
||||
github.com/SherClockHolmes/webpush-go v1.3.0
|
||||
github.com/spf13/cobra v1.8.1
|
||||
github.com/spf13/viper v1.19.0
|
||||
github.com/stretchr/testify v1.10.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue