mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 13:44:12 +00:00
12 lines
322 B
Modula-2
12 lines
322 B
Modula-2
module Wrapperr
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v4 v4.4.2
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
|
|
github.com/patrickmn/sortutil v0.0.0-20120526081524-abeda66eb583
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
|
|
)
|