We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbba04 commit c897eeeCopy full SHA for c897eee
go.mod
@@ -2,10 +2,7 @@ module github.com/processone/ejabberd-api
2
3
go 1.21
4
5
-require (
6
- github.com/alecthomas/kingpin/v2 v2.3.2
7
- github.com/processone/ejabberd-api v0.0.0-20230612213402-2ec73ea51eaa
8
-)
+require github.com/alecthomas/kingpin/v2 v2.3.2
9
10
require (
11
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
0 commit comments