Update dependencies.

This commit is contained in:
2024-07-23 12:14:17 +01:00
parent 3d75e166af
commit f51cb018cf
6 changed files with 172 additions and 97 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ import (
)
func Test_checkLatestRelease(t *testing.T) {
logger = libpack_logging.NewLogger()
logger = libpack_logging.New()
tests := []struct {
name string
want string
@@ -29,7 +29,7 @@ func Test_checkLatestRelease(t *testing.T) {
}
func Test_updatePackage(t *testing.T) {
logger = libpack_logging.NewLogger()
logger = libpack_logging.New()
if testing.Short() {
t.Skip("Skipping test in short / CI mode")
}