mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 13:44:12 +00:00
787b00aebc
Different components moved to packages which are imported. More proper and clean compared to previous implementation.
12 lines
332 B
Modula-2
12 lines
332 B
Modula-2
module aunefyren/wrapperr
|
|
|
|
go 1.19
|
|
|
|
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
|
|
)
|