Skip to content

Commit

Permalink
reinstate the flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Mar 21, 2024
1 parent 1d3a879 commit 5f298a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
_ "go.mau.fi/util/dbutil/litestream"
"go.mau.fi/util/exzerolog"
"gopkg.in/yaml.v3"
flag "github.com/element-hq/mautrix-go/mauflag"
flag "maunium.net/go/mauflag"

Check failure on line 31 in bridge/bridge.go

View workflow job for this annotation

GitHub Actions / Lint (latest)

no required module provides package maunium.net/go/mauflag; to add it:

Check failure on line 31 in bridge/bridge.go

View workflow job for this annotation

GitHub Actions / Build (old, libolm)

no required module provides package maunium.net/go/mauflag; to add it:

Check failure on line 31 in bridge/bridge.go

View workflow job for this annotation

GitHub Actions / Build (old, goolm)

no required module provides package maunium.net/go/mauflag; to add it:

Check failure on line 31 in bridge/bridge.go

View workflow job for this annotation

GitHub Actions / Build (latest, libolm)

no required module provides package maunium.net/go/mauflag; to add it:

Check failure on line 31 in bridge/bridge.go

View workflow job for this annotation

GitHub Actions / Build (latest, goolm)

no required module provides package maunium.net/go/mauflag; to add it:

"github.com/element-hq/mautrix-go"
"github.com/element-hq/mautrix-go/appservice"
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ gopkg.in/natefinch/lumberjack.v2 v2.2.1 h1:bBRl1b0OH9s/DuPhuXpNl+VtCaJXFZ5/uEFST
gopkg.in/natefinch/lumberjack.v2 v2.2.1/go.mod h1:YD8tP3GAjkrDg1eZH7EGmyESg/lsYskCTPBJVb9jqSc=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
maunium.net/go/mauflag v1.0.0 h1:YiaRc0tEI3toYtJMRIfjP+jklH45uDHtT80nUamyD4M=
maunium.net/go/mauflag v1.0.0/go.mod h1:nLivPOpTpHnpzEh8jEdSL9UqO9+/KBJFmNRlwKfkPeA=

0 comments on commit 5f298a5

Please sign in to comment.