Skip to content

Commit

Permalink
adjust go imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sfwn committed Jul 10, 2024
1 parent 6508057 commit b8a8945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/release-fetch/1.0/main.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b8a8945

Please sign in to comment.