Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Iris framework missing dependency #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NikSchaefer
Copy link

In VSCode the Error Given, picked up from the Golang extension finds the missing module of

github.com/kataras/iris/v12
This module is necessary because github.com/kataras/iris/v12 is imported in github.com/awslabs/aws-lambda-go-api-proxy/iris.

error while importing github.com/kataras/iris/v12/i18n: missing go.sum entry for module providing package gopkg.in/ini.v1 (imported by github.com/kataras/iris/v12/i18n); to add:
go get github.com/katara

This is a simple fix of go get to update the go.sum and resolve the error

@mrusme
Copy link

mrusme commented Jul 25, 2021

It would probably be better to not merge this and instead pursue #92 because of #81.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants