From 802f57d404cdcdeaaf049642bbc4efccacca3944 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Sat, 25 Nov 2023 19:52:55 +0100 Subject: [PATCH] [gofumpt]: Improve formatting. --- connect.go | 2 +- httpupload.go | 2 +- main.go | 2 +- ox.go | 2 +- stanzahandling.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/connect.go b/connect.go index f8b8a51..2ca1fd9 100644 --- a/connect.go +++ b/connect.go @@ -9,7 +9,7 @@ import ( "net" "strings" - "github.com/mattn/go-xmpp" // BSD-3-Clause + "github.com/mattn/go-xmpp" // BSD-3-Clause "salsa.debian.org/mdosch/xmppsrv" // BSD-2-Clause ) diff --git a/httpupload.go b/httpupload.go index af0761b..c36581f 100644 --- a/httpupload.go +++ b/httpupload.go @@ -17,7 +17,7 @@ import ( "github.com/beevik/etree" // BSD-2-clause "github.com/gabriel-vasile/mimetype" // MIT License - "github.com/mattn/go-xmpp" // BSD-3-Clause + "github.com/mattn/go-xmpp" // BSD-3-Clause ) func httpUpload(client *xmpp.Client, iqc chan xmpp.IQ, jserver string, filePath string) string { diff --git a/main.go b/main.go index f3ce4cd..df0cdff 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ import ( "time" "github.com/ProtonMail/gopenpgp/v2/crypto" // MIT License - "github.com/mattn/go-xmpp" // BSD-3-Clause + "github.com/mattn/go-xmpp" // BSD-3-Clause "github.com/pborman/getopt/v2" // BSD-3-Clause ) diff --git a/ox.go b/ox.go index 22df6e8..7124db6 100644 --- a/ox.go +++ b/ox.go @@ -16,7 +16,7 @@ import ( "github.com/ProtonMail/gopenpgp/v2/crypto" // MIT License "github.com/beevik/etree" // BSD-2-clause - "github.com/mattn/go-xmpp" // BSD-3-Clause + "github.com/mattn/go-xmpp" // BSD-3-Clause ) func oxDeleteNodes(jid string, client *xmpp.Client, iqc chan xmpp.IQ) error { diff --git a/stanzahandling.go b/stanzahandling.go index 35858b0..d47ec1c 100644 --- a/stanzahandling.go +++ b/stanzahandling.go @@ -10,7 +10,7 @@ import ( "log" "runtime" - "github.com/beevik/etree" // BSD-2-clause + "github.com/beevik/etree" // BSD-2-clause "github.com/mattn/go-xmpp" // BSD-3-Clause )