Skip to content
Snippets Groups Projects
Verified Commit 6f997441 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

build: update dependencies

parent 1015b5ff
No related branches found
No related tags found
No related merge requests found
Pipeline #2838 passed
...@@ -8,7 +8,7 @@ require ( ...@@ -8,7 +8,7 @@ require (
github.com/hibiken/asynq/x v0.0.0-20211219150637-8dfabfccb3be github.com/hibiken/asynq/x v0.0.0-20211219150637-8dfabfccb3be
github.com/hibiken/asynqmon v0.7.1 github.com/hibiken/asynqmon v0.7.1
github.com/lib/pq v1.10.4 github.com/lib/pq v1.10.4
github.com/prometheus/client_golang v1.11.1 github.com/prometheus/client_golang v1.12.2
gopkg.in/gographics/imagick.v2 v2.4.0 gopkg.in/gographics/imagick.v2 v2.6.0
gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.0
) )
This diff is collapsed.
...@@ -3,7 +3,7 @@ package shared ...@@ -3,7 +3,7 @@ package shared
import ( import (
"git.kuschku.de/justjanne/imghost/imgconv" "git.kuschku.de/justjanne/imghost/imgconv"
"github.com/hibiken/asynq" "github.com/hibiken/asynq"
"gopkg.in/yaml.v2" "gopkg.in/yaml.v3"
"log" "log"
"os" "os"
"time" "time"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment