Fixed the deps

This commit is contained in:
Tracker-Friendly 2024-10-16 18:04:11 +01:00
parent 09db7d6c31
commit e7bd6c2097
3 changed files with 8 additions and 0 deletions

2
go.mod
View File

@ -1,3 +1,5 @@
module git.ailur.dev/ailur/fg-nucleus-library
go 1.23.1
require github.com/google/uuid v1.6.0

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

View File

@ -1,5 +1,9 @@
package library
import (
"github.com/google/uuid"
)
type OAuthInformation struct {
Token string `json:"token"`
Name string `json:"name"`