diff --git a/texture_tutorial/go/go.mod b/texture_tutorial/go/go.mod index 91fe861..48b2398 100644 --- a/texture_tutorial/go/go.mod +++ b/texture_tutorial/go/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/go-flutter-desktop/go-flutter v0.52.2 github.com/go-flutter-desktop/plugins/go-texture-example/example_gif 01528a4714a5 - github.com/go-flutter-desktop/plugins/go-texture-example/example_image v0.0.0-00010101000000-000000000000 + github.com/go-flutter-desktop/plugins/go-texture-example/example_image 01528a4714a5 github.com/pkg/errors v0.9.1 )