go: update dependencies

Signed-off-by: Matthew Penner <me@matthewp.io>
This commit is contained in:
Matthew Penner
2024-07-24 13:21:04 -06:00
parent d739948989
commit 14ad268af4
20 changed files with 136 additions and 138 deletions

View File

@@ -2,6 +2,7 @@ package docker
import (
"context"
"encoding/json"
"io"
"net/http"
"reflect"
@@ -13,7 +14,6 @@ import (
"github.com/docker/docker/api/types/versions"
"github.com/docker/docker/client"
"github.com/docker/docker/errdefs"
"github.com/goccy/go-json"
"github.com/pterodactyl/wings/config"
)

View File

@@ -2,13 +2,13 @@ package docker
import (
"context"
"encoding/json"
"io"
"math"
"time"
"emperror.dev/errors"
"github.com/docker/docker/api/types"
"github.com/goccy/go-json"
"github.com/pterodactyl/wings/environment"
)