Skip to content

Commit

Permalink
Rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
loganintech committed Mar 24, 2024
1 parent c2506bd commit 648c98e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/providers/discord/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ package discord

import (
"encoding/json"
"io/ioutil"
"io"
"net/http"

"golang.org/x/oauth2"

"go.uber.org/zap"

"github.com/vouch/vouch-proxy/pkg/cfg"
"github.com/vouch/vouch-proxy/pkg/providers/common"
"github.com/vouch/vouch-proxy/pkg/structs"
"go.uber.org/zap"
)

// Provider provider specific functions
Expand Down

0 comments on commit 648c98e

Please sign in to comment.