diff --git a/.circleci/config.yml b/.circleci/config.yml index b9f12d4..5fd6c32 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: golang:1.14-alpine + - image: golang:1.18-alpine working_directory: /go/src/github.com/TicketsBot/GoPanel steps: diff --git a/go.mod b/go.mod index 7a47e2f..a8b7633 100644 --- a/go.mod +++ b/go.mod @@ -8,9 +8,10 @@ require ( github.com/TicketsBot/common v0.0.0-20220311020409-8068ba1c2ea3 github.com/TicketsBot/database v0.0.0-20220217133004-d190910ad66f github.com/TicketsBot/logarchiver v0.0.0-20220326162808-cdf0310f5e1c // indirect - github.com/TicketsBot/worker v0.0.0-20220318232743-c143004d6762 + github.com/TicketsBot/worker v0.0.0-20220327032856-8a200fd3461d github.com/apex/log v1.1.2 github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect + github.com/caarlos0/env/v6 v6.5.0 // indirect github.com/getsentry/sentry-go v0.13.0 github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2 github.com/gin-gonic/contrib v0.0.0-20191209060500-d6e26eeaa607 diff --git a/go.sum b/go.sum index 5675f9c..dc3fea4 100644 --- a/go.sum +++ b/go.sum @@ -23,6 +23,8 @@ github.com/TicketsBot/ttlcache v1.6.1-0.20200405150101-acc18e37b261 h1:NHD5GB6cj github.com/TicketsBot/ttlcache v1.6.1-0.20200405150101-acc18e37b261/go.mod h1:2zPxDAN2TAPpxUPjxszjs3QFKreKrQh5al/R3cMXmYk= github.com/TicketsBot/worker v0.0.0-20220318232743-c143004d6762 h1:T3xT2PK3S8IigEZq0wOiJINjjr5IvsGLjqdz7uR8prs= github.com/TicketsBot/worker v0.0.0-20220318232743-c143004d6762/go.mod h1:Mp4vh8v5D7KzM7s0Hq+h1/c+/kT5HOXyqjaud/ThAMk= +github.com/TicketsBot/worker v0.0.0-20220327032856-8a200fd3461d h1:+5HW2x0VO3LidPMvvE2d0/fF5tlIbC1DO7YzuBif0FQ= +github.com/TicketsBot/worker v0.0.0-20220327032856-8a200fd3461d/go.mod h1:ljMAQMiB5Gf3jgI9EGugAPAErjh2Ykwx3toD8z33KGY= github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY= github.com/apex/log v1.1.2 h1:bnDuVoi+o98wOdVqfEzNDlY0tcmBia7r4YkjS9EqGYk= github.com/apex/log v1.1.2/go.mod h1:SyfRweFO+TlkIJ3DVizTSeI1xk7jOIIqOnUPZQTTsww=