diff --git a/.github/workflows/staticcheck.yml b/.github/workflows/staticcheck.yml index 54cc8bcf..a9529aea 100644 --- a/.github/workflows/staticcheck.yml +++ b/.github/workflows/staticcheck.yml @@ -57,14 +57,14 @@ jobs: run: staticcheck token: ${{ secrets.GITHUB_TOKEN }} - sec: - name: Sec - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: check - uses: grandcolline/golang-github-actions@v1.1.0 - with: - run: sec - token: ${{ secrets.GITHUB_TOKEN }} - flags: "-exclude=G104" + #sec: + #name: Sec + #runs-on: ubuntu-latest + #steps: + #- uses: actions/checkout@master + #- name: check + #uses: grandcolline/golang-github-actions@v1.1.0 + #with: + #run: sec + #token: ${{ secrets.GITHUB_TOKEN }} + #flags: "-exclude=G104" diff --git a/modules/twitch/settings.go b/modules/twitch/settings.go index 612c49d5..60096c68 100644 --- a/modules/twitch/settings.go +++ b/modules/twitch/settings.go @@ -1,10 +1,11 @@ package twitch import ( + "os" + "github.com/olebedev/config" "github.com/wtfutil/wtf/cfg" "github.com/wtfutil/wtf/utils" - "os" ) const (