mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
Bump to Go 1.16
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package pastes
|
||||
|
||||
import (
|
||||
"github.com/Lukaesebrot/pasty/internal/env"
|
||||
"github.com/Lukaesebrot/pasty/internal/utils"
|
||||
"strconv"
|
||||
|
||||
"github.com/lus/pasty/internal/env"
|
||||
"github.com/lus/pasty/internal/utils"
|
||||
)
|
||||
|
||||
// generateDeletionToken generates a new deletion token
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package pastes
|
||||
|
||||
import (
|
||||
"github.com/Lukaesebrot/pasty/internal/env"
|
||||
"github.com/alexedwards/argon2id"
|
||||
"time"
|
||||
|
||||
"github.com/alexedwards/argon2id"
|
||||
"github.com/lus/pasty/internal/env"
|
||||
)
|
||||
|
||||
// Paste represents a saved paste
|
||||
|
||||
Reference in New Issue
Block a user