### The following program `sample.gop` triggers an unexpected result ```coffee // add a sample package main import ( "github.com/caarlos0/env/v11" ) func main(){ } //output gop clean gop run sample.gop ``` ### Expected result ```console run it ok ``` ### Got ```console gop_autogen.go:7:2: missing go.sum entry for module providing package github.com/caarlos0/env/v11; to add: ``` ### Gop Version 1.4.6 ### Additional Notes _No response_