From ea74d0536e7ca8105a462c17691682b366fb24e1 Mon Sep 17 00:00:00 2001 From: Stefan Mesken Date: Sun, 24 Mar 2024 15:05:49 +0100 Subject: [PATCH] fix uniseg dependency --- .github/workflows/main.yml | 2 +- Makefile | 1 + go.sum | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d409e67..51aefdd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@master - name: test - uses: cedrickring/golang-action@1.4.1 + uses: cedrickring/golang-action@1.7.0 env: PROJECT_PATH: "./v1" with: diff --git a/Makefile b/Makefile index 1266b01..fe9abb4 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,5 @@ test: clean: @echo Deleting config. + go clean -modcache if [ -d ~/.config/gotypist ]; then rm -r ~/.config/gotypist; fi diff --git a/go.sum b/go.sum index edda271..91de74d 100644 --- a/go.sum +++ b/go.sum @@ -14,7 +14,6 @@ github.com/nsf/termbox-go v1.1.1 h1:nksUPLCb73Q++DwbYUBEglYBRPZyoXJdrj5L+TkjyZY= github.com/nsf/termbox-go v1.1.1/go.mod h1:T0cTdVuOwf7pHQNtfhnEbzHbcNyCEcVU4YPpouCbVxo= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ= github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=