Skip to content

Commit

Permalink
update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jun 3, 2022
1 parent 229926e commit 2eccc7d
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 50 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,7 +1,7 @@
GO111MODULE=on
REPO_NAME=blizzard
USER_GH=eyedeekay
VERSION=0.0.45
VERSION=0.0.46
PWD=`pwd`

ARG=-v -tags netgo,osusergo -ldflags '-w -s'
Expand All @@ -12,7 +12,7 @@ all: plugins winplugin linplugin
plugins: clean index

winplugin: plugins
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ make windows snowflake-plugin
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ make windows snowflake-plugin

linplugin: plugins
GOOS=linux GOARCH=amd64 make snowflake snowflake-plugin
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Expand Up @@ -3,11 +3,11 @@ module i2pgit.org/idk/blizzard
go 1.16

require (
fyne.io/systray v1.9.0
fyne.io/systray v1.9.1-0.20220524173754-865158adf791
git.torproject.org/pluggable-transports/snowflake.git v1.1.1-0.20211028140501-0a2598a1e854
github.com/gorilla/websocket v1.4.2 // indirect
github.com/pion/webrtc/v3 v3.1.11 // indirect
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e // indirect
golang.org/x/net v0.0.0-20211206223403-eba003a116a9 // indirect
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/pion/webrtc/v3 v3.1.41 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
)

0 comments on commit 2eccc7d

Please sign in to comment.