diff options
| author | Michael Tews <michael@tews.dev> | 2026-03-06 11:38:11 +0100 |
|---|---|---|
| committer | Michael Tews <michael@tews.dev> | 2026-03-12 16:04:25 +0100 |
| commit | 60d94bd4a6601a6b98c01d8017f6ce3491f100e4 (patch) | |
| tree | bedeca869e6af5c4d7adbce0d96068c8c6601495 | |
| parent | cd5a59453b4e95e4a3103e6c1a8f35cbda3abeaa (diff) | |
build: updates to go 1.26.1
Signed-off-by: Michael Tews <michael@tews.dev>
| -rw-r--r-- | go.mod | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,8 +1,14 @@ module github.com/mewsen/rclone-studip-backend-oot -go 1.26 +go 1.26.1 -require github.com/rclone/rclone v1.73.2 +require ( + github.com/rclone/rclone v1.73.2 + github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 + github.com/stretchr/testify v1.11.1 + golang.org/x/text v0.34.0 + gopkg.in/yaml.v3 v3.0.1 +) require ( bazil.org/fuse v0.0.0-20230120002735-62a210ff1fd5 // indirect @@ -200,7 +206,6 @@ require ( github.com/shabbyrobe/gocovmerge v0.0.0-20230507112040-c3350d9342df // indirect github.com/shirou/gopsutil/v4 v4.25.10 // indirect github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af // indirect - github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect github.com/smarty/assertions v1.16.0 // indirect github.com/sony/gobreaker v1.0.0 // indirect github.com/sorairolake/lzip-go v0.3.8 // indirect @@ -208,7 +213,6 @@ require ( github.com/spf13/afero v1.15.0 // indirect github.com/spf13/cobra v1.10.1 // indirect github.com/spf13/pflag v1.0.10 // indirect - github.com/stretchr/testify v1.11.1 // indirect github.com/t3rm1n4l/go-mega v0.0.0-20251031123324-a804aaa87491 // indirect github.com/tklauser/go-sysconf v0.3.15 // indirect github.com/tklauser/numcpus v0.10.0 // indirect @@ -244,7 +248,6 @@ require ( golang.org/x/sync v0.19.0 // indirect golang.org/x/sys v0.41.0 // indirect golang.org/x/term v0.40.0 // indirect - golang.org/x/text v0.34.0 // indirect golang.org/x/time v0.14.0 // indirect golang.org/x/tools v0.41.0 // indirect google.golang.org/api v0.255.0 // indirect @@ -254,7 +257,6 @@ require ( gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect gopkg.in/validator.v2 v2.0.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect moul.io/http2curl/v2 v2.3.0 // indirect sigs.k8s.io/yaml v1.6.0 // indirect storj.io/common v0.0.0-20251107171817-6221ae45072c // indirect |
