Add webpush-go dependency

# Conflicts:
#	go.sum
This commit is contained in:
Vyr Cossont 2024-11-23 19:47:50 -08:00
commit c4012b6f15
9 changed files with 618 additions and 0 deletions

1
go.mod
View file

@ -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