diff --git a/go.mod b/go.mod index 0021012..e45cb39 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,6 @@ go 1.19 require ( github.com/bwmarrin/discordgo v0.26.1 - github.com/davecgh/go-spew v1.1.1 github.com/dpup/gohubbub v0.0.0-20140517235056-2dc6969d22d8 github.com/faiface/beep v1.1.0 github.com/gohugoio/hugo v0.106.0 @@ -16,6 +15,7 @@ require ( github.com/kataras/go-events v0.0.3 github.com/pkg/errors v0.9.1 github.com/r3labs/sse/v2 v2.8.2 + github.com/sosodev/duration v1.0.1 github.com/spf13/afero v1.9.3 github.com/spf13/viper v1.14.0 github.com/tidwall/gjson v1.14.3 @@ -64,8 +64,6 @@ require ( github.com/pelletier/go-toml v1.9.5 // indirect github.com/pelletier/go-toml/v2 v2.0.6 // indirect github.com/rogpeppe/go-internal v1.9.0 // indirect - github.com/senseyeio/duration v0.0.0-20180430131211-7c2a214ada46 // indirect - github.com/sosodev/duration v1.0.1 // indirect github.com/spf13/cast v1.5.0 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect diff --git a/go.sum b/go.sum index ab96bc9..f70f489 100644 --- a/go.sum +++ b/go.sum @@ -292,8 +292,6 @@ github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZV github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd h1:CmH9+J6ZSsIjUK3dcGsnCnO41eRBOnY12zwkn5qVwgc= github.com/sanity-io/litter v1.5.5 h1:iE+sBxPBzoK6uaEP5Lt3fHNgpKcHXc/A2HGETy0uJQo= -github.com/senseyeio/duration v0.0.0-20180430131211-7c2a214ada46 h1:Dz0HrI1AtNSGCE8LXLLqoZU4iuOJXPWndenCsZfstA8= -github.com/senseyeio/duration v0.0.0-20180430131211-7c2a214ada46/go.mod h1:is8FVkzSi7PYLWEXT5MgWhglFsyyiW8ffxAoJqfuFZo= github.com/shogo82148/go-shuffle v0.0.0-20180218125048-27e6095f230d/go.mod h1:2htx6lmL0NGLHlO8ZCf+lQBGBHIbEujyywxJArf+2Yc= github.com/sosodev/duration v1.0.1 h1:qovz/BFb6kp30KZ4/AYZvB5Z6zANmeQja5l6W9X1w68= github.com/sosodev/duration v1.0.1/go.mod h1:RQIBBX0+fMLc/D9+Jb/fwvVmo0eZvDDEERAikUR6SDg=