mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
replace packages slog and slices from golang.org/x/exp with stdlib
since we are now at go1.21 as minimum.
This commit is contained in:
@ -11,6 +11,7 @@ import (
|
||||
"encoding/pem"
|
||||
"fmt"
|
||||
golog "log"
|
||||
"log/slog"
|
||||
"math/big"
|
||||
"net"
|
||||
"os"
|
||||
@ -21,7 +22,6 @@ import (
|
||||
"time"
|
||||
|
||||
"golang.org/x/crypto/bcrypt"
|
||||
"golang.org/x/exp/slog"
|
||||
|
||||
"github.com/mjl-/sconf"
|
||||
|
||||
|
Reference in New Issue
Block a user