diff --git a/.github/workflows/publish-go-tester-task.yml b/.github/workflows/publish-go-tester-task.yml index fc3d24217..726f28a0b 100644 --- a/.github/workflows/publish-go-tester-task.yml +++ b/.github/workflows/publish-go-tester-task.yml @@ -95,7 +95,7 @@ jobs: # dependencies used for compiling the GUI - name: Install Dependencies (Linux) - run: sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev + run: sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libayatana-appindicator3-dev if: runner.os == 'Linux' - name: Install Task diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf79f6a0d..8599f9e3e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: # dependencies used for compiling the GUI - name: Install Dependencies (Linux) - run: sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev + run: sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libayatana-appindicator3-dev if: matrix.os == 'ubuntu-18.04' - name: Install Go deps diff --git a/.github/workflows/test-go-task.yml b/.github/workflows/test-go-task.yml index eec30beaa..dcc8d1d70 100644 --- a/.github/workflows/test-go-task.yml +++ b/.github/workflows/test-go-task.yml @@ -93,7 +93,7 @@ jobs: # https://github.com/getlantern/systray#linux - name: Install Dependencies (Linux) - run: sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev + run: sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libayatana-appindicator3-dev if: matrix.operating-system == 'ubuntu-latest' - name: Run tests diff --git a/.licenses/arduino-create-agent/go/github.com/getlantern/systray.dep.yml b/.licenses/arduino-create-agent/go/github.com/getlantern/systray.dep.yml index f08194655..ffdb5be82 100644 --- a/.licenses/arduino-create-agent/go/github.com/getlantern/systray.dep.yml +++ b/.licenses/arduino-create-agent/go/github.com/getlantern/systray.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/getlantern/systray -version: v1.1.0 +version: v1.2.1 type: go summary: Package systray is a cross-platform Go library to place an icon and menu in the notification area. diff --git a/go.mod b/go.mod index 692787b7a..81c1918a9 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/davidmz/go-pageant v1.0.1 // indirect github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect github.com/dimfeld/httptreemux v5.0.1+incompatible // indirect - github.com/getlantern/systray v1.1.0 + github.com/getlantern/systray v1.2.1 github.com/gin-gonic/gin v1.8.1 github.com/go-ini/ini v1.62.0 github.com/google/gxui v0.0.0-20151028112939-f85e0a97b3a4 // indirect diff --git a/go.sum b/go.sum index 7608e220f..b971392ce 100644 --- a/go.sum +++ b/go.sum @@ -76,8 +76,8 @@ github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 h1:XYzSdCbkzOC0F github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55/go.mod h1:6mmzY2kW1TOOrVy+r41Za2MxXM+hhqTtY3oBKd2AgFA= github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f h1:wrYrQttPS8FHIRSlsrcuKazukx/xqO/PpLZzZXsF+EA= github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f/go.mod h1:D5ao98qkA6pxftxoqzibIBBrLSUli+kYnJqrgBf9cIA= -github.com/getlantern/systray v1.1.0 h1:U0wCEqseLi2ok1fE6b88gJklzriavPJixZysZPkZd/Y= -github.com/getlantern/systray v1.1.0/go.mod h1:AecygODWIsBquJCJFop8MEQcJbWFfw/1yWbVabNgpCM= +github.com/getlantern/systray v1.2.1 h1:udsC2k98v2hN359VTFShuQW6GGprRprw6kD6539JikI= +github.com/getlantern/systray v1.2.1/go.mod h1:AecygODWIsBquJCJFop8MEQcJbWFfw/1yWbVabNgpCM= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE= github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI=