| // Licensed to the Apache Software Foundation (ASF) under one |
| // or more contributor license agreements. See the NOTICE file |
| // distributed with this work for additional information |
| // regarding copyright ownership. The ASF licenses this file |
| // to you under the Apache License, Version 2.0 (the |
| // "License"); you may not use this file except in compliance |
| // with the License. You may obtain a copy of the License at |
| // |
| // http://www.apache.org/licenses/LICENSE-2.0 |
| // |
| // Unless required by applicable law or agreed to in writing, |
| // software distributed under the License is distributed on an |
| // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| // KIND, either express or implied. See the License for the |
| // specific language governing permissions and limitations |
| // under the License. |
| |
| module opendal_test |
| |
| go 1.22.5 |
| |
| require ( |
| github.com/apache/opendal-go-services/fs v0.1.3 |
| github.com/apache/opendal/bindings/go v0.0.0-20240719044908-d9d4279b3a24 |
| github.com/aws/aws-sdk-go v1.55.7 |
| github.com/google/uuid v1.6.0 |
| github.com/stretchr/testify v1.9.0 |
| ) |
| |
| require ( |
| github.com/davecgh/go-spew v1.1.1 // indirect |
| github.com/ebitengine/purego v0.7.1 // indirect |
| github.com/jmespath/go-jmespath v0.4.0 // indirect |
| github.com/jupiterrider/ffi v0.1.0-beta.9 // indirect |
| github.com/klauspost/compress v1.17.10 // indirect |
| github.com/pmezard/go-difflib v1.0.0 // indirect |
| golang.org/x/sys v0.22.0 // indirect |
| gopkg.in/yaml.v3 v3.0.1 // indirect |
| ) |
| |