update deps

This commit is contained in:
2024-07-14 18:16:11 +02:00
parent 496faa38b2
commit d30ea29a7f
3 changed files with 141 additions and 474 deletions

View File

@@ -4,9 +4,9 @@ import (
"crypto/tls"
"fmt"
"github.com/antonmedv/expr"
"github.com/apex/log"
"github.com/dpogorzelski/speedrun/pkg/common/cryptoutil"
"github.com/expr-lang/expr"
"github.com/pkg/errors"
"github.com/spf13/viper"
)