Embed go exp package requirements to ensure we don't use arbitrary exp, move utilities to utils

This commit is contained in:
WeebDataHoarder
2025-04-06 02:02:54 +02:00
parent 105477c3ee
commit 7d436cbdb4
9 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ package challenge
import (
"encoding/json"
"git.gammaspectra.live/git/go-away/lib/challenge/inline"
"git.gammaspectra.live/git/go-away/utils/inline"
)
type MakeChallenge func(in Allocation) (out Allocation)