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

@@ -3,6 +3,7 @@ package remote
import (
"bytes"
"context"
"encoding/json"
"fmt"
"io"
"net/http"
@@ -15,7 +16,6 @@ import (
"emperror.dev/errors"
"github.com/apex/log"
"github.com/cenkalti/backoff/v4"
"github.com/goccy/go-json"
"github.com/pterodactyl/wings/system"
)

View File

@@ -2,11 +2,11 @@ package remote
import (
"bytes"
"encoding/json"
"regexp"
"strings"
"github.com/apex/log"
"github.com/goccy/go-json"
"github.com/pterodactyl/wings/parser"
)