improve readme

This commit is contained in:
Thilina Shashimal Senarath 2025-04-02 18:22:36 +05:30
parent 7b727c03a3
commit 4e957e93a2
11 changed files with 889 additions and 1 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module github.com/wso2/open-mcp-auth-proxy
go 1.22.3
require (
github.com/golang-jwt/jwt/v4 v4.5.2
gopkg.in/yaml.v2 v2.4.0
)