1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

chore: dependency upgrades

This commit is contained in:
Ferdinand Mütsch
2022-12-01 15:31:19 +01:00
parent a4b89d3a69
commit 0e5c5a56d2
8 changed files with 33 additions and 59 deletions

View File

@ -3,7 +3,7 @@ package config
import (
"fmt"
"github.com/emvi/logbuch"
"github.com/muety/artifex"
"github.com/muety/artifex/v2"
"math"
"runtime"
)