-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
module src.agwa.name/sms-over-xmpp | ||
|
||
go 1.17 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/emersion/go-vcard v0.0.0-20210521075357-3445b9171995 | ||
github.com/emersion/go-vcard v0.0.0-20220507122617-d4056df0ec4a | ||
github.com/emersion/go-webdav v0.3.1 | ||
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 | ||
src.agwa.name/go-listener v0.2.0 | ||
golang.org/x/sync v0.1.0 | ||
src.agwa.name/go-listener v0.4.0 | ||
src.agwa.name/go-xmpp v0.1.0 | ||
) | ||
|
||
require ( | ||
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect | ||
golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/crypto v0.4.0 // indirect | ||
golang.org/x/net v0.4.0 // indirect | ||
golang.org/x/text v0.5.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters