File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 53
53
- name : FOSSA scan
54
54
uses : fossa-contrib/fossa-action@v3
55
55
with :
56
- fossa-api-key : 9dc8fa92e3dd565687317beb87b56d89
56
+ fossa-api-key : 0c3bbcdf20e157bbd487dae173751b28
Original file line number Diff line number Diff line change 1
1
module github.com/omec-project/openapi
2
2
3
- go 1.14
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/antihax/optional v1.0.0
@@ -11,3 +11,14 @@ require (
11
11
golang.org/x/oauth2 v0.0.0-20210810183815-faf39c7919d5
12
12
gopkg.in/h2non/gock.v1 v1.1.2
13
13
)
14
+
15
+ require (
16
+ github.com/davecgh/go-spew v1.1.0 // indirect
17
+ github.com/golang/protobuf v1.4.2 // indirect
18
+ github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
19
+ github.com/pmezard/go-difflib v1.0.0 // indirect
20
+ golang.org/x/text v0.3.6 // indirect
21
+ google.golang.org/appengine v1.6.6 // indirect
22
+ google.golang.org/protobuf v1.25.0 // indirect
23
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
24
+ )
Original file line number Diff line number Diff line change @@ -235,9 +235,6 @@ golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7w
235
235
golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
236
236
golang.org/x/sys v0.0.0-20200523222454-059865788121 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
237
237
golang.org/x/sys v0.0.0-20200803210538-64077c9b5642 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
238
- golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
239
- golang.org/x/sys v0.0.0-20210423082822-04245dca01da /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
240
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
241
238
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
242
239
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
243
240
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
You can’t perform that action at this time.
0 commit comments