From b8a8945c2c3c4300f3a7cf7c08afa01517292c46 Mon Sep 17 00:00:00 2001 From: sfwn Date: Wed, 10 Jul 2024 16:20:06 +0800 Subject: [PATCH] adjust go imports --- actions/release-fetch/1.0/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/release-fetch/1.0/main.go b/actions/release-fetch/1.0/main.go index 71d251e..6eff4c5 100644 --- a/actions/release-fetch/1.0/main.go +++ b/actions/release-fetch/1.0/main.go @@ -1,11 +1,11 @@ package main import ( + "encoding/json" "fmt" "strconv" "time" - "encoding/json" "github.com/erda-project/erda/apistructs" "github.com/erda-project/erda/pkg/envconf" "github.com/erda-project/erda/pkg/http/httpclient"